home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
cyber.net interactivo 1997 January
/
inter@ivo 1997-01.iso
/
cybint12
/
bin
/
guiaprof.dxr
/
00012.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-12-14
|
308 b
|
19 lines
on exitFrame
global act
if act = 0 then
if rollOver(10) or rollOver(11) then
cursor([901, 902])
else
HotSpots(2, 7)
end if
end if
if act = 1 then
if rollOver(13) or rollOver(14) then
cursor([901, 902])
else
cursor(-1)
end if
end if
Loopframe()
end